home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TRECORDTEMPLATEFORM / TRECORDTEMPLATEFORM.txt
Text File  |  1997-05-14  |  3KB  |  126 lines

  1. object RecordTemplateForm: TRecordTemplateForm
  2.   Left = 150
  3.   Top = 129
  4.   BorderStyle = bsDialog
  5.   Caption = 'Save Record As Template'
  6.   ClientHeight = 238
  7.   ClientWidth = 527
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 427
  20.     Top = 0
  21.     Width = 100
  22.     Height = 238
  23.     Align = alRight
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object OKBtn: TBitBtn
  27.       Left = 12
  28.       Top = 8
  29.       Width = 77
  30.       Height = 27
  31.       Caption = '&OK'
  32.       TabOrder = 0
  33.       OnClick = OKBtnClick
  34.       Kind = bkOK
  35.       Margin = 2
  36.       Spacing = -1
  37.       IsControl = True
  38.     end
  39.     object CancelBtn: TBitBtn
  40.       Left = 12
  41.       Top = 40
  42.       Width = 77
  43.       Height = 27
  44.       Caption = '&Cancel'
  45.       TabOrder = 1
  46.       Kind = bkCancel
  47.       Margin = 2
  48.       Spacing = -1
  49.       IsControl = True
  50.     end
  51.     object HelpBtn: TBitBtn
  52.       Left = 12
  53.       Top = 72
  54.       Width = 77
  55.       Height = 27
  56.       TabOrder = 2
  57.       OnClick = HelpBtnClick
  58.       Kind = bkHelp
  59.       Margin = 2
  60.       Spacing = -1
  61.       IsControl = True
  62.     end
  63.   end
  64.   object Panel2: TPanel
  65.     Left = 0
  66.     Top = 0
  67.     Width = 427
  68.     Height = 238
  69.     Align = alClient
  70.     BevelInner = bvRaised
  71.     BevelOuter = bvLowered
  72.     TabOrder = 1
  73.     object Label1: TLabel
  74.       Left = 8
  75.       Top = 8
  76.       Width = 93
  77.       Height = 13
  78.       Caption = 'Template Name:'
  79.     end
  80.     object Label2: TLabel
  81.       Left = 224
  82.       Top = 8
  83.       Width = 111
  84.       Height = 13
  85.       Caption = 'Existing Templates:'
  86.     end
  87.     object Edit1: TEdit
  88.       Left = 8
  89.       Top = 24
  90.       Width = 209
  91.       Height = 20
  92.       Hint = 'Enter New Or Existing Template Name'
  93.       TabOrder = 0
  94.     end
  95.     object ListBox1: TListBox
  96.       Left = 224
  97.       Top = 24
  98.       Width = 193
  99.       Height = 169
  100.       Hint = 'Double Click To Change'
  101.       ItemHeight = 13
  102.       TabOrder = 2
  103.       OnClick = ListBox1Click
  104.       OnDblClick = ListBox1DblClick
  105.     end
  106.     object DeleteBtn: TButton
  107.       Left = 287
  108.       Top = 201
  109.       Width = 66
  110.       Height = 24
  111.       Hint = 'Delete Selected Template'
  112.       Caption = '&Delete'
  113.       TabOrder = 3
  114.       OnClick = DeleteBtnClick
  115.     end
  116.     object GroupBox1: TGroupBox
  117.       Left = 8
  118.       Top = 50
  119.       Width = 209
  120.       Height = 176
  121.       Caption = 'Set Date To System Date:'
  122.       TabOrder = 1
  123.     end
  124.   end
  125. end
  126.